home *** CD-ROM | disk | FTP | other *** search
/ Haight-Ashbury in the Sixties / Haight-Ashbury in the Sixties (1996)(Rockument)(Disc 1 of 2)[Mac-PC].iso / mac / MAIN / TUNEIN / TUNEIN01.DIR / 00277_Script_277 < prev    next >
Text File  |  1995-06-01  |  257b  |  12 lines

  1. on exitFrame  
  2.   global initMasterList, gPlayListDisplayList
  3.   cursor 4
  4.   puppetSound "Tune in loop 1"
  5.   updateStage
  6.   if initMasterList = false then 
  7.     initRollYourOwn
  8.     set initMasterList = true
  9.   end if
  10.   set gPlayListDisplayList = []
  11. end
  12.